'Declaration<DispIdAttribute(537)> Function PrintDialogBySize( _ ByVal ImageID As Integer, _ ByVal DstLeft As Single, _ ByVal DstTop As Single, _ ByVal Width As Single, _ ByVal Height As Single _ ) As Boolean
[DispId(537)] bool PrintDialogBySize( int ImageID, float DstLeft, float DstTop, float Width, float Height )
function PrintDialogBySize(
ImageID: Integer;
DstLeft: Single;
DstTop: Single;
Width: Single;
Height: Single
): Boolean;
DispIdAttribute(537) function PrintDialogBySize( ImageID : int, DstLeft : float, DstTop : float, Width : float, Height : float ) : boolean;
Parameters
- ImageID
- DstLeft
- DstTop
- Width
- Height
